home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / windows / pclw10 / simpl_io.h < prev    next >
Encoding:
Text File  |  1994-01-23  |  100 b   |  4 lines

  1. void DisplayLine(char *);
  2. int PutChar(int, char);
  3. int GetChar(int);
  4. void SayError(int, char *);